home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- set the locH of sprite 6 to the locH of sprite 6 - 2
- if (the width of sprite 6 < 376) and (the locH of sprite 6 < 57) then
- set the locH of sprite 6 to 57
- end if
- if the locH of sprite 6 < -520 then
- set the locH of sprite 6 to 190
- end if
- end
-
- on exitFrame me
- go(the frame)
- end
-